|
|
|
|
SaveValue Field, EditEndedEventArgs Class |
Defines whether the new cell contents must be transferred from the control used for cell editing to the tree control's cell.
Syntax EditEndedEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property SaveValue As Boolean |
C# |
public readonly bool SaveValue; |
C++ |
public: <readonly> bool SaveValue; |
Field Value
True if the new cell contents must be transferred, otherwise False.
Comments
The SaveValue field defines whether the new cell contents must be transferred from the control used for cell editing to the tree control's cell.